home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 49 / Amiga Format CD49 (2000-01-17)(Future Publishing)(GB)(Track 1 of 3)[!][issue 2000-02].iso / -serious- / comms / other / novia / src / novia_gui_dataextern.h < prev    next >
C/C++ Source or Header  |  1999-12-06  |  1KB  |  28 lines

  1. //extern ULONG ScreenmodeToStr( struct Hook *, void *, APTR );
  2. #include <libraries/gadtools.h>
  3. #define MUIA_HelpFile MUIA_Application_HelpFile
  4.  
  5. #define REG(x) register __ ## x
  6. #define menu_aboutmui        0x05
  7.  
  8. #define ASM
  9. #define SAVEDS
  10.  
  11. extern ULONG ScreenmodeToStr();
  12. extern LONG DisplayListcport(); 
  13. extern LONG DisplayListcportmin();
  14. extern LONG DisplayListudata();
  15. extern LONG DisplayListPOP3Server();
  16. extern LONG DisplayListLocalMailServer();
  17. extern LONG DisplayListMailserverUpdate();
  18. extern ULONG DisplayListMailserverUser( struct Hook *, void *, APTR );
  19. extern ULONG DisplayListMailserverChange( struct Hook *, void *, APTR );
  20. extern ULONG DisplayListPOP3Update( struct Hook *, void *, APTR );
  21. extern ULONG DisplayListBase( struct Hook *, void *, APTR );
  22. extern ULONG DisplayListPOP3Remove( struct Hook *, void *, APTR );
  23. extern ULONG DisplayListBaseRemove( struct Hook *, void *, APTR );
  24. extern ULONG DisplayListEvent( struct Hook *, void *, APTR );
  25. extern ULONG DisplayListEventRemove( struct Hook *, void *, APTR );
  26. extern ULONG DisplayListEventUpdate( struct Hook *, void *, APTR );
  27.  
  28.